Fix picking
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Sep 2020 03:23:42 +0000 (23:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Sep 2020 19:20:58 +0000 (15:20 -0400)
commit30ab8b3ecac15e22436f6c38c1149e54f42f0d50
treed018ddedd43d85533f631d6e3c896687069de891
parentd5121af876032af09bd9bc40cf6e4d01a9b3ea64
Fix picking

My previous change here was too hasty - this code is not
actually transforming points - it is just a convoluted
way to transform the z axis from child coordinates to
the parent.
gtk/gtkwidget.c